golang.org/x/net/http2.serverConn.writingFrame (field)
7 uses
golang.org/x/net/http2 (current package)
server.go#L460: writingFrame bool // started writing a frame (on serve goroutine or separate)
server.go#L907: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
server.go#L1144: if sc.writingFrame {
server.go#L1173: sc.writingFrame = true
server.go#L1201: if !sc.writingFrame {
server.go#L1204: sc.writingFrame = false
server.go#L1269: if sc.writingFrame || sc.inFrameScheduleLoop {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)